home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / python2.6-minimal / README.Debian < prev   
Encoding:
Text File  |  2009-04-18  |  2.9 KB  |  128 lines

  1. Contents of the python2.6-minimal package
  2. -----------------------------------------
  3.  
  4. python2.6-minimal consists of a minimum set of modules which may be needed
  5. for python scripts used during the boot process.  If other packages
  6. are needed in these scripts, don't work around the missing module, but
  7. file a bug report against this package. The modules in this package
  8. are:
  9.  
  10.   __builtin__        builtin
  11.   __future__        module
  12.   _abcoll        module
  13.   _bisect        extension
  14.   _bytesio        extension
  15.   _codecs        builtin
  16.   _collections        extension
  17.   _fileio        extension
  18.   _functools        extension
  19.   _locale        extension
  20.   _random        extension
  21.   _socket        extension
  22.   _sre            builtin
  23.   _struct        extension
  24.   _symtable        builtin
  25.   _types        builtin
  26.   _warnings        builtin
  27.   _weakref        extension
  28.   abc            module
  29.   ConfigParser        module
  30.   StringIO        module
  31.   UserDict        module
  32.   cPickle        extension
  33.   cStringIO        extension
  34.   array            extension
  35.   binascii        extension
  36.   collections        module
  37.   compileall        module
  38.   copy            module
  39.   copy_reg        module
  40.   dis            module
  41.   errno            builtin
  42.   exceptions        builtin
  43.   fcntl            extension
  44.   fnmatch        module
  45.   gc            builtin
  46.   genericpath        module
  47.   getopt        module
  48.   glob            module
  49.   grp            extension
  50.   hashlib        module
  51.   imp            builtin
  52.   inspect        module
  53.   itertools        extension
  54.   keyword        module
  55.   linecache        module
  56.   marshal        builtin
  57.   math            extension
  58.   md5            module
  59.   opcode        module
  60.   operator        extension
  61.   optparse        module
  62.   os            module
  63.   pickle        module
  64.   platform        module
  65.   popen2        module
  66.   posix            builtin
  67.   posixpath        module
  68.   pwd            builtin
  69.   py_compile        module
  70.   random        module
  71.   re            module
  72.   repr            module
  73.   select        extension
  74.   sha            module
  75.   signal        builtin
  76.   socket        module
  77.   spwd            extension
  78.   sre            module
  79.   sre_compile        module
  80.   sre_constants        module
  81.   sre_parse        module
  82.   stat            module
  83.   string        module
  84.   strop            extension
  85.   struct        module
  86.   subprocess        module
  87.   sys            builtin
  88.   syslog        extension
  89.   tempfile        module
  90.   textwrap        module
  91.   time            extension
  92.   token            module
  93.   thread        builtin
  94.   token            module
  95.   tokenize        module
  96.   traceback        module
  97.   types            module
  98.   unicodedata        extension
  99.   warnings        module
  100.   zlib            extension
  101.  
  102. Included are as well the codecs and stringprep modules, and the encodings
  103. modules for all encodings except the multibyte encodings and the bz2 codec.
  104.  
  105. The following modules are excluded, their import is guarded from the
  106. importing module (i.e. omit the import of _ssl in socket):
  107.  
  108.   _hashlib    hashlib
  109.   os        nt ntpath os2 os2emxpath mac macpath
  110.         riscos riscospath riscosenviron
  111.   optparse    gettext
  112.   pickle    doctest
  113.   platform    tempfile
  114.   socket    _ssl
  115.   subprocess    threading
  116.  
  117. This list was derived by looking at the modules in the perl-base package,
  118. then adding python specific "core modules".
  119.  
  120. TODO's
  121. ------
  122.  
  123. - time.strptime cannot be used. The required _strptime module is not
  124.   included in the -minimal package yet. _strptime, locale, _locale and
  125.   calendar have to be added.
  126.  
  127. - modules used very often in the testsuite: copy, cPickle, operator.
  128.